HOME |  BACK |  NEXT |  _  WORDLIST |  TOPICS |  _  AUTHORS |  E-MAIL |  _  INDEX | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

WWWE LogoTopic:

<ITEM> Math Array Item

Definition:

The <ITEM> element is used for items within a row of the ARRAY element. The end tag </ITEM> can always be left out.

Attributes:

ALIGN
By default expressions in items are centered horizontally. This can be altered by the COLDEF attribute on the parent ARRAY element, and overridden on a per item basis with the ALIGN attribute. The permitted values are: LEFT, CENTER or RIGHT.

COLSPAN
This can be used to provide a single item which spans several columns. The attribute value is a positive integer and defaults to one.

ROWSPAN
This can be used to provide a single item which spans several rows. The attribute value is a positive integer and defaults to one. It can be used together with the COLSPAN attribute.

Context:

<ITEM> is legal within:
<ROW>

The following markup can be used within <ITEM>
<ABOVE>, <ARRAY>, <B>, <BAR>, <BELOW>, <BOX>, <BT>, <DDOT>, <DOT>, <HAT>, <ROOT>, <SQRT>, <SUB>, <SUP>, <T>, <TILDE>, <VEC>

Suggested style/usage:

Close Tag: OPTIONAL

Example:

<ARRAY>
<ROW><ITEM>a_11_<ITEM>a_12_<ITEM>&cdots;<ITEM>a_1n_
<ROW><ITEM>&vdots;<ITEM>&vdots;<ITEM>&ddots;<ITEM >&vdots;
<ROW><ITEM>a_n1_<ITEM>a_n2_<ITEM>&cdots;<ITEM>a_nn_
</ARRAY>

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

E-Mail: The World Wide Web Encyclopedia at wwwe@tab.com
E-Mail: Charles River Media at chrivmedia@aol.com
Copyright 1996 Charles River Media. All rights reserved.
Text - Copyright © 1995, 1996 - James Michael Stewart & Ed Tittel.
Web Layout - Copyright © 1995, 1996 - LANWrights & IMPACT Online.
Revised -- February 20th, 1996